From fb425159b151aa4e67464f5e11b9bee3fd6d8a9f Mon Sep 17 00:00:00 2001 From: german77 Date: Sun, 29 Jan 2023 19:56:12 -0600 Subject: cmake: Download clang format 15 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3329318a..8896fe0be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -514,7 +514,7 @@ endif() # against all the src files. This should be used before making a pull request. # ======================================================================= -set(CLANG_FORMAT_POSTFIX "-12") +set(CLANG_FORMAT_POSTFIX "-15") find_program(CLANG_FORMAT NAMES clang-format${CLANG_FORMAT_POSTFIX} clang-format -- cgit v1.2.3